@charset "UTF-8";
@keyframes swing {
  10% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* <div class="data_bull">
<img src="./images/data_null.png" alt="">
<p>资料整理中</p>
</div> */
.data_bull {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}
.swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
}

hr {
  border-style: dashed;
  border-width: 1px;
}

/* 首页 */
.page--index h1 {
  font-size: 36px;
  text-align: center;
}

.page--index .news-group .left,
.page--index .news-group .center,
.page--index .news-group .right {
  width: 407px;
}

.page--index .news-group .hotspot .news-list {
  padding-bottom: 30px;
  box-sizing: border-box;
}

.page--index .news-group .hotspot .news-list li:last-child {
  width: 407px;
  margin-top: 26px;
}
.page--index .news-group .hotspot .news-list li:first-child{
  margin: 0;
}

.page--index .news-group .hotspot .news-list .title {
  /* padding-left: 24px; */
}

.page--index .news-group .hotspot-swiper-box {
  height: 316px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 2px;
  margin: -1px 0 0 -1px;
}

.page--index .news-group .hotspot-swiper-box .hotspot-swiper .swiper-slide {
  background-size: cover;
  position: relative;
}

.page--index .news-group .hotspot-swiper-box .hotspot-swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 84px;
  box-sizing: border-box;
  padding: 50px 100px 0 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(
          to bottom,
          transparent 0%,
          rgba(0, 0, 0, 0.5) 100%
  );
}

.page--index
.news-group
.hotspot-swiper-box
.hotspot-swiper
.hotspot-pagination {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  padding-right: 36px;
  bottom: 14px;
}

.page--index .news-group .complaint {
  height: 316px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
}

.page--index .news-group .complaint img {
  width: 100%;
}

.page--index .news-group .complaint::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.page--index .plate1 {
  width: 1280px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  margin: 20px auto;
  margin-top: 0;
  border-top: none;
}


.page--index .plate1 h1 {
  margin-bottom: 10px;
  padding: 0 80px;

  /* padding-top: 17px; */
}
.page--index .plate1 h1 a {
  color: #a92e2e;
}

.page--index .plate1 > p:nth-of-type(1) {
  padding: 16px 0 5px 0;
}
.page--index .plate1 > p:nth-of-type(1) a {
  color: #e15309;
  font-size: 16px;
}

.page--index .plate1 p {
  text-align: center;
}
.page--index .plate1 p a {
  color: #434343;
  font-size: 20px;
}
.page--index .plate1 .ul_border {
  width: 1280px;
  box-sizing: border-box;
  padding: 2px;
  border: solid 1px #e8e8e8;
  margin: 20px 0 0 -1px;
}
.page--index .plate1 ul {
  box-sizing: border-box;
  padding: 18px 36px 0;
  border-radius: 2px;
  border-bottom: 0;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
}

.page--index .plate1 ul li {
  width: 33.33%;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding-right: 10px;
}

.page--index .plate1 ul li a {
  display: flex;
  align-items: center;
  height: 18px;
}

.page--index .plate1 ul li a .iconfont {
  font-size: 12px;
  margin-right: 8px;
}

.page--index .plate1 ul li a p {
  font-size: 16px;
}

.page--index .plate1 ul li a:hover p,
.page--index .plate1 ul li a:hover .iconfont {
  color: #516bd2;
}

.page--index .plate2 {
  width: 1280px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  margin: 20px auto;
}

.page--index .plate2 h1 {
  color: #142f65;
  margin-bottom: 10px;
  padding-top: 20px;
}

.page--index .plate2 p {
  font-size: 20px;
  color: #142f65;
  text-align: center;
}

.page--index .plate2 ul {
  width: 1280px;
  box-sizing: border-box;
  padding: 18px 36px 0;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  background: #f9f9f9;
  margin: 24px 0 0 -1px;
  display: flex;
  flex-wrap: wrap;
}

.page--index .plate2 ul li {
  width: 33.33%;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding-right: 10px;
}

.page--index .plate2 ul li a {
  display: flex;
  align-items: center;
  height: 18px;
}

.page--index .plate2 ul li a .iconfont {
  font-size: 12px;
  margin-right: 8px;
}

.page--index .plate2 ul li a p {
  font-size: 16px;
  color: #212121;
}

.page--index .plate2 ul li a:hover p,
.page--index .plate2 ul li a:hover .iconfont {
  color: #516bd2;
}

.page--index .plate3 {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.page--index .plate3 .plate3_left {
  width: 49%;
  height: 416px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background: #fff;
  /* margin: 16px auto 0; */
  overflow: hidden;
  display: flex;
}
.page--index .plate3 .plate3_right {
  width: 49%;
}
.page--index .plate3 .plate2-img-swiper {
  /* width: 436px; */
  flex: 1;
  height: 410px;
  margin: 2px 2px;
}

.page--index .plate3 .plate2-img-swiper .swiper-slide {
  background-size: cover;
  position: relative;
}
.page--index .plate3 .plate2-img-swiper .swiper-slide .img_text {
  position: absolute;
  bottom: 26px;
  left: 33px;
  font-size: 22px;
  color: #ffffff;
  width: 80%;
}

.page--index .plate3 .plate2-img-swiper .plate2-img-pagination {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  padding-left: 50px;
  bottom: 24px;
}

.page--index .plate3 .plate2-text-swiper {
  width: 121px;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  overflow: visible !important;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide {
  box-sizing: border-box;
  padding: 2px;
  border-top: 1px solid #d8d8d8;
  position: relative;
  overflow: visible !important;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide:first-child {
  border-top: 0;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide .text-item {
  background: #edeef4;
  display: flex;
  align-items: center;
  color: #171717;
  box-sizing: border-box;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 36px;
  overflow: hidden;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide .text-item p {
  line-height: 28px;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide .text-item .title {
  font-size: 18px;
}

.page--index .plate3 .plate2-text-swiper .swiper-slide .text-item .desc {
  font-size: 14px;
  font-weight: lighter;
}
.page--index .plate3 .plate2-text-swiper .swiper-slide .active_style {
  width: 33px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: -31px;
  top: 0;
  z-index: 99999999;
  background-color: #2c4299;
  border: 2px solid #fff;
  border-right: none;
  box-sizing: border-box;
}
.page--index .plate3 .plate2-text-swiper .swiper-slide .active_style img {
  width: 24px;
  height: 32px;
}
.page--index
.plate3
.plate2-text-swiper
.swiper-slide.swiper-slide-thumb-active
.text-item {
  color: #fff;
  /* background: #2c4299; */
}
.page--index
.plate3
.plate2-text-swiper
.swiper-slide.swiper-slide-thumb-active
.active_style {
  display: flex;
}
.page--index .plate3 .plate3_right .plate4 {
  margin: 0;
  width: 100%;
}
.page--index .plate3 .plate3_right .inner-box > div {
  display: flex;
}
.page--index .plate3 .plate3_right .inner-box > div span {
  font-size: 20px;
}
.page--index .plate3 .plate3_right .inner-box a {
  display: none;
}
.page--index .plate3 .plate3_right .inner-box .active {
  display: flex;
}
.page--index .plate3 .plate3_right .inner-box > div .mini-title::after {
  width: 0;
}
.page--index .plate3 .plate3_right .inner-box > div .active span {
  font-size: 22px;
}
.page--index .plate3 .plate3_right .inner-box > div .active::after {
  width: 30px;
}
.page--index .plate3 .plate3_right .inner-box > div .mini-title {
  margin-right: 25px;
}
.page--index .plate3 .plate3_right .plate4 .left {
  width: 100%;
}
.plate4 .supervise {
  /*margin-bottom: 40px;*/
}
.plate4 .supervise .vision_channel .video-box{
  width: 400px;
  height: 324px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  margin-left: auto;
  border-radius: 2px;
  padding: 2px;
}
.plate4 .supervise .vision_channel .video-box .video-post{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.plate4 .supervise .vision_channel .video-box .video-post .iconfont{
  font-size: 46px;
  color: #fff;
}
.page--index .supervise .news-list li:first-child{
  margin-bottom: 0px;

}
.page--index
.plate3
.plate3_right
.plate4
.news-group
.news-list
li:first-child {
  margin: 0;
}
.page--index .plate3 .plate3_right .plate4 .news-group .news-list li p {
  line-height: 29px;
}
.page--index .plate3 .plate3_right .plate4 .news-group .news-list li a {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #0e0e0ea3;
  padding-right: 15px;
}
.page--index
.plate3
.plate3_right
.plate4
.news-group
.news-list
li
a
p:nth-of-type(1) {
  flex: 1;
  margin-right: 30px;
}
.page--index .plate4 {
  width: 1280px;
  margin: 0 auto;
  margin-top: 10px;
}
.page--index .plate4 .focus_news_border {
  /* padding: 2px; */
  border: solid 1px #e8e8e8;
  margin: 10px 0 17px;
}

.page--index .plate4 .focus-news {
  height: 54px;
  display: flex;
  align-items: center;
  /* background-color: #f9f9f9; */
  border-radius: 2px;
  background-image: url("../images/focus_news_bg.png");
  background-size: 100% 100%;

}

.page--index .plate4 .focus-news .mini-title {
  margin-left: -4px;
  flex-shrink: 0;
  margin-right: 14px;
}

.page--index .plate4 .focus-news .news-box {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 25px 0 47px;
  height: 22px;
  border-left: 1px solid #ededed;
}

.page--index .plate4 .focus-news .swiper-slide {
  width: auto;
}

.page--index .plate4 .focus-news .focus-item {
  font-weight: lighter;
  color: #000;
  box-sizing: border-box;
  padding: 0 28px 0 18px;
  position: relative;
  display: inline-block;
}

.page--index .plate4 .focus-news .focus-item:hover {
  color: #516bd2;
}

.page--index .plate4 .focus-news .focus-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8000f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page--index .plate5 {
  width: 1280px;
  margin: 30px auto 0;
}

.page--index .plate5 .out-box {
  border: 1px solid #d8d8d8;
  padding: 2px;
  box-sizing: border-box;
}

.page--index .plate5 .city-news .news-list {
  background: #edeef4;
  box-sizing: border-box;
  padding: 22px 40px 20px 22px;
}

.page--index .plate5 .city-news .news-list li:first-child {
  margin-bottom: 0;
}

.page--index .plate5 .city-news .news-list .title {
  line-height: 33px;
}

.page--index .plate5 .city-news .news-list .title i {
  margin-right: 12px;
}

.page--index .plate5 .digital-newspaper .group-title .iconfont {
  font-size: 18px;
}

.page--index .plate5 .newspaper {
  display: flex;
}

.page--index .plate5 .newspaper .newspaper-img {
  width: 196px;
  height: 262px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 14px;
  box-sizing: border-box;
}

.page--index .plate5 .newspaper .newspaper-img img {
  width: 100%;
}

.page--index .plate5 .newspaper .news-list {
  width: 180px;
}

.page--index .plate5 .newspaper .news-list li:first-child {
  margin-bottom: 0;
}

.page--index .plate5 .newspaper .news-list .title {
  font-weight: normal;
  font-size: 14px;
}

.page--index .plate5 .newspaper .news-list .desc {
  font-weight: lighter;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 14px;
  display: none;
}

.page--index .plate5 .newspaper .news-list .current {
  position: relative;
}

.page--index .plate5 .newspaper .news-list .current .desc {
  display: -webkit-box;
}

.page--index .plate5 .newspaper .news-list .current::after {
  content: "";
  width: 180px;
  border-bottom: 1px dashed #cacaca;
  bottom: 6px;
  position: absolute;
}

.page--index .plate5 .newspaper .news-list li:last-child::after {
  border: none;
}

/* 电子期刊 */
.page--ejournal {
  width: 1280px;
  margin: 18px auto 60px;
  display: flex;
  flex-wrap: wrap;
}

.page--ejournal .breadcrumb {
  text-align: right;
}

.page--ejournal .ejournal-search {
  width: 258px;
}

.page--ejournal .ejournal-search .search-item {
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin-bottom: 20px;
}

.page--ejournal .ejournal-search .search-container {
  background: #edeef4;
  box-sizing: border-box;
  padding: 20px;
}

.page--ejournal .ejournal-search .search-container p {
  font-size: 18px;
  color: #1f1f1f;
  line-height: 30px;
}

.page--ejournal .ejournal-search .search-container strong {
  font-size: 16px;
  color: #2c4299;
}

.page--ejournal .ejournal-search .search-container .ipt {
  position: relative;
}

.page--ejournal .ejournal-search .search-container .ipt .iconfont {
  font-size: 20px;
  color: #7a7a7a;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.page--ejournal .ejournal-search .search-container .layui-input {
  margin-top: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  height: 42px;
  padding-right: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
}

.page--ejournal .ejournal-search .search-container .layui-input::placeholder {
  color: #757575;
}

.page--ejournal .ejournal-list {
  width: 992px;
  background: #f9f9f9;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px 36px;
}

.page--ejournal .ejournal-list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page--ejournal .ejournal-list .list-box li {
  width: 285px;
  height: 458px;
  margin-bottom: 40px;
}

.page--ejournal .ejournal-list .list-box li .img-box {
  padding: 20px 14px;
  height: 380px;
  border-color: #edeef4;
}

.page--ejournal .ejournal-list .list-box li .ejournal-info {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  box-sizing: border-box;
  padding: 0 4px 0 10px;
}

.page--ejournal .ejournal-list .list-box li .ejournal-info p {
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  width: 170px;
}

.page--ejournal .ejournal-list .list-box li .ejournal-info strong {
  font-size: 16px;
  color: #c50f17;
  line-height: 24px;
}

.page--ejournal .ejournal-list .list-box li .ejournal-info a {
  flex-shrink: 0;
  width: 92px;
  height: 36px;
  display: block;
  border-radius: 4px;
  background: #2c4299;
  color: #f9f9f9;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.page--ejournal .ejournal-list .list-box::after {
  content: "";
  width: 285px;
}

.page--ejournal .ejournal-list .page-list {
  border-top: 1px solid #e1e1e1;
  margin-top: 40px;
}

.page--ejournal .ejournal-read {
  width: 992px;
  background: #f9f9f9;
  margin-left: auto;
  box-sizing: border-box;
  padding: 32px;
}

.page--ejournal .ejournal-read .ejournal-info {
  height: 58px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(72, 72, 72, 0.36);
}

.page--ejournal .ejournal-read .ejournal-info p {
  font-size: 14px;
  color: #484848;
  line-height: 36px;
}

.page--ejournal .ejournal-read .ejournal-info a {
  display: block;
  width: 92px;
  height: 36px;
  background: #2c4299;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}

.page--ejournal .ejournal-read .ejournal-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.page--ejournal .ejournal-read .left {
  width: 440px;
}

.page--ejournal .ejournal-read .left p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #1f1f1f;
}

.page--ejournal .ejournal-read .left .ejournal-box {
  width: 440px;
  height: 590px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #edeef4;
  overflow: hidden;
  position: relative;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

.page--ejournal .ejournal-read .left .ejournal-box img {
  width: 100%;
}

.page--ejournal .ejournal-read .left .ejournal-box .link {
  display: block;
  position: absolute;
}

.page--ejournal .ejournal-read .right {
  width: 450px;
}

.page--ejournal .ejournal-read .right .ejournal-swiper-box {
  height: 214px;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px 30px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.09);
}

.page--ejournal .ejournal-read .right .ejournal-swiper .swiper-slide {
  cursor: pointer;
}

.page--ejournal .ejournal-read .right .ejournal-swiper .ejournal-img {
  width: 120px;
  height: 158px;
  box-sizing: border-box;
  border: 1px solid #edeef4;
  padding: 10px 8px;
  background: #fff;
}

.page--ejournal .ejournal-read .right .ejournal-swiper .ejournal-img div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page--ejournal .ejournal-read .right .ejournal-swiper .edition {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  margin-top: 4px;
}

.page--ejournal .ejournal-read .right .ejournal-prev,
.page--ejournal .ejournal-read .right .ejournal-next {
  width: 22px;
  height: 54px;
  border-radius: 4px;
  background: #2c4299;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.page--ejournal .ejournal-read .right .ejournal-prev {
  left: 0;
}

.page--ejournal .ejournal-read .right .ejournal-next {
  right: 0;
}

.page--ejournal .ejournal-read .right .ejournal-data {
  color: #484848;
  margin-top: 18px;
}

.page--ejournal .ejournal-read .right .ejournal-data h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 14px;
}

.page--ejournal .ejournal-read .right .ejournal-data p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
}

.page--ejournal .ejournal-read .ejournal-about {
  margin-top: 36px;
}

.page--ejournal .ejournal-read .ejournal-about a {
  color: #5a5a5a;
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  padding-left: 4px;
}

.page--ejournal .ejournal-read .ejournal-about a:hover {
  color: #516bd2;
}

/* 新闻列表 */
.page--news {
  width: 1280px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--news .news-left {
  width: 844px;
  margin-top: 26px;
}

.page--news .news-left li {
  margin-bottom: 42px;
  border-bottom: 1px solid #ebebeb;
}

.page--news .news-left li a {
  display: flex;
  justify-content: space-between;
}

.page--news .news-left li .page--news--list {
  display: block;
}

.page--news .news-left li .img-box {
  width: 234px;
  height: 152px;
  border-color: #d8d8d8;
  padding: 2px;
  flex-shrink: 0;
}

.page--news .news-left li .news-info {
  width: 590px;
  color: #0e0e0e;
  font-size: 14px;
  padding-bottom: 24px;
}

.page--news .news-left li .news-info .title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px;
}

.page--news .news-left li .news-info .desc {
  line-height: 26px;
  font-weight: lighter;
  margin-bottom: 8px;
}

.page--news .news-left li .news-info .date {
  line-height: 32px;
}

.page--news .news-right {
  width: 400px;
  /* margin-top: 28px; */
  display: block;
}

.page--news .news-right li:first-child {
  margin-bottom: 0;
}

.page--news .news-right .advertisement {
  height: 234px;
  margin-top: 20px;
}

.page--news .news-hot .img-box {
  height: 280px;
  border-color: #d8d8d8;
  padding: 2px;
}

.page--news .news-hot .img-box .title {
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 42px 60px 0 24px;
  height: 84px;
  margin: 190px 0 0;
  background: linear-gradient(
          to bottom,
          transparent 0%,
          rgba(0, 0, 0, 0.5) 100%
  );
}
/* logo列表 */
.page--news .logotopimg{
  display: block;
}
.page--news .logotopimg img{
  width:100%;
}
.page--news .logo-left {
  width: 859px;
  margin-top: 26px;
  display: inline-block;
}

.page--news .logo-left ul{
  
display: inline-block;
}

.page--news .logo-left li {
  margin-bottom: 0;
  float: left;
  margin-right: 12px;
  width: 202px;
  height: 153px;
  border-bottom: none;
}

.page--news .logo-left li a {width: 100%;height: 100%;display: inline-block;}

.page--news .logo-left li .img-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  padding-bottom: 32px;
  border-radius: 6px;
  border: none;
}
.page--news .logo-left li .img-box img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.page--news .logo-left li .title {
  font-size: 14px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 3%;
  width: 94%;
  background-color: rgba(0,0,0,0.4);
  color: #FFFFFF;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: none;
}
.page--news .logo-left li:hover .title{
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items:center;
  line-height: 18px;
  white-space: inherit;
  display: none;
}


/* 新闻详情 */
.page--detail {
  width: 1280px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
}

.page--detail .detail-content {
  width: 856px;
  flex-shrink: 0;
}

.page--detail .detail-title {
  width: 100%;
  font-size: 36px;
  color: #2e2e2e;
  padding-top: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 23px;
}

.page--detail .detail-content .detail-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 856px;
}

.page--detail .detail-content .shear-box {
  width: 88px;
  height: 844px;
  border-right: 1px solid #ebebeb;
  text-align: center;
  padding-right: 22px;
}

.page--detail .detail-content .shear-box .through {
  position: relative;
}

.page--detail .detail-content .shear-box .through span {
  padding: 0 5px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: lighter;
  color: #171717;
}

.page--detail .detail-content .shear-box .through::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.page--detail .detail-content .shear-box .time-box {
  width: 80px;
  margin-bottom: 30px;
}

.page--detail .detail-content .shear-box .time-box p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}

.page--detail .detail-content .shear-box .time-box .year span {
  font-size: 16px;
  font-weight: normal;
}

.page--detail .detail-content .shear-box .time-box .date {
  font-size: 30px;
  line-height: 42px;
}

.page--detail .detail-content .shear-box .from {
  font-size: 14px;
  color: #2c4299;
  line-height: 32px;
  margin-bottom: 2px;
}

.page--detail .detail-content .shear-box .read {
  width: 88px;
  height: 36px;
  border-radius: 4px;
  background: #2c4299;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
}

.page--detail .detail-content .shear-box .share-tool {
  margin-top: 100px;
}

.page--detail .detail-content .shear-box .share-tool p {
  margin-bottom: 20px;
}

.page--detail .detail-content .shear-box .share-tool .share-item {
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px;
  background: #cccccc;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.page--detail .detail-content .shear-box .share-tool .share-item span {
  position: relative;
  z-index: 1;
  display: block;
}

.page--detail .detail-content .shear-box .share-tool .share-item .qrcode {
  width: 0px;
  height: 150px;
  border: 1px solid #bcbcbc;
  color: gray;
  position: absolute;
  left: 48px;
  top: -10px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.page--detail
.detail-content
.shear-box
.share-tool
.share-item
.qrcode::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  left: -4px;
  top: 25px;
}

.page--detail
.detail-content
.shear-box
.share-tool
.share-item
.qrcode
#qrcode {
  text-align: center;
}

.page--detail
.detail-content
.shear-box
.share-tool
.share-item
.qrcode
#qrcode
img {
  margin: 10px auto 6px;
}

.page--detail .detail-content .shear-box .share-tool .share-item .qrcode p {
  font-size: 12px;
  color: #bcbcbc;
  line-height: 16px;
}

.page--detail .detail-content .shear-box .share-tool .share-item::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.4);
  transition: all 0.2s ease-in;
  background: red;
  opacity: 0;
  z-index: 0;
}

.page--detail .detail-content .shear-box .share-tool .wechat:hover .qrcode {
  opacity: 1;
  width: 130px;
}

.page--detail .detail-content .shear-box .share-tool .wechat::after {
  background: #3dbe5b;
}

.page--detail .detail-content .shear-box .share-tool .qq::after {
  background: #21b3f7;
}

.page--detail .detail-content .shear-box .share-tool .sina::after {
  background: #ff5757;
}

.page--detail .detail-content .shear-box .share-tool .qzone::after {
  background: #f8c514;
}

.page--detail .detail-content .shear-box .share-tool .share-item:hover span {
  animation: swing 0.8s ease-in-out;
}

.page--detail .detail-content .shear-box .share-tool .share-item:hover::after {
  transform: scale(1);
  opacity: 1;
}

.page--detail .detail-content .detail-container {
  width: 700px;
  font-weight: lighter;
  font-size: 18px;
  line-height: 34px;
  color: #171717;
}

.page--detail .detail-content .detail-container p {
  /*margin-bottom: 30px;*/
  text-indent: 2em;
  margin: 6px 0 6px 0;
}
.page--detail .detail-content .detail-container a{
  color: -webkit-link;
}

.page--detail .detail-content .detail-container img,.page--detail .detail-content .detail-container video {
  width: 100%;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  background: #f9f9f9;
  display: block;
  padding: 2px;
  border-radius: 2px;
}

/* 专题列表 */
.page--special {
  width: 1280px;
  margin: 30px auto 0;
}

.page--special .special-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page--special .special-list:after {
  content: "";
  width: 402px;
}

.page--special .special-list li {
  width: 402px;
  height: 278px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  margin-bottom: 52px;
  padding: 2px;
}

.page--special .special-list li .special-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.page--special .special-list li .special-item:hover .special-info {
  height: 100%;
}

.page--special .special-list li .special-item:hover .special-info .date {
  display: block;
}

.page--special .special-list li .special-info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}

.page--special .special-list li .special-info p {
  line-height: 22px;
}

.page--special .special-list li .special-info .date {
  font-size: 14px;
  display: none;
  margin-top: 6px;
}

.page--special .page-list {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 50px;
}

/* 投票 */
.page--vote {
  width: 1280px;
  margin: 20px auto 0;
}

.page--vote .advertisement {
  height: 380px;
}

.page--vote .breadcrumb {
  display: flex;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.page--vote .breadcrumb .button {
  display: block;
  margin-left: auto;
  width: 100px;
  height: 42px;
  border-radius: 4px;
  background: #2c4299;
  color: #fff;
  text-align: center;
  line-height: 42px;
}

.page--vote .breadcrumb .back {
  margin-left: auto;
  color: #2c4299;
}

.page--vote h1 {
  font-size: 30px;
  line-height: 74px;
  margin-top: 2px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  color: #2a2a2a;
  margin-bottom: 26px;
}

.page--vote h1 img {
  width: 24px;
  margin-right: 14px;
}

.page--vote .vote-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f3f3f3;
}

.page--vote .vote-list::after {
  content: "";
  width: 294px;
}

.page--vote .vote-list li {
  width: 294px;
  height: 252px;
  margin-bottom: 50px;
  text-align: center;
  color: #2a2a2a;
}

.page--vote .vote-list .enterprise-img {
  height: 118px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: 2px;
}

.page--vote .vote-list .enterprise-img .img-container {
  background: #edeef4;
  overflow: hidden;
}

.page--vote .vote-list .enterprise-img .img-container img {
  width: 100%;
}

.page--vote .vote-list .enterprise-name {
  font-size: 18px;
  margin: 18px 0 12px;
}

.page--vote .vote-list .enterprise-votes {
  font-size: 14px;
}

.page--vote .vote-list .vote-button {
  margin-top: 18px;
  width: 118px;
  height: 42px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  background-color: #a9a9a9;
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page--vote .vote-list .vote-button .iconfont {
  font-size: 18px;
  margin-right: 8px;
}

.page--vote .vote-list .vote-button.voted {
  background-color: #2c4299;
  border-color: #2c4299;
}

.page--vote.vote-history .vote-list li {
  height: 192px;
  margin-bottom: 30px;
}

/* 市州 */
.page--city {
  width: 1280px;
  margin: 14px auto 0;
}

.page--city .headlines {
  height: 168px;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  margin: 22px 0;
  display: flex;
}

.page--city .headlines .headlines-about {
  width: 196px;
  text-align: center;
  border-right: 1px solid #efeff0;
  flex-shrink: 0;
}

.page--city .headlines .headlines-about p.from {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  color: #fff;
  padding: 0 26px;
  line-height: 50px;
  background: url("../images/city/box.png") no-repeat;
  background-size: 100% 100%;
  margin: 14px 0 8px;
}

.page--city .headlines .headlines-about .year,
.page--city .headlines .headlines-about .date,
.page--city .headlines .headlines-about .time {
  width: 98px;
  margin: 0 auto;
}

.page--city .headlines .headlines-about .year span {
  font-size: 20px;
  color: #a5a5a5;
}

.page--city .headlines .headlines-about .date {
  font-size: 30px;
  color: #2c2c2c;
  margin: 4px auto;
}

.page--city .headlines .headlines-about .time {
  color: #a5a5a5;
}

.page--city .headlines .headlines-about .through {
  position: relative;
}

.page--city .headlines .headlines-about .through span {
  padding: 0 5px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}

.page--city .headlines .headlines-about .through::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.page--city .headlines .headlines-info {
  width: 1080px;
  box-sizing: border-box;
  padding: 16px 24px;
}

.page--city .headlines .headlines-info h1 {
  margin-bottom: 20px;
}

.page--city .headlines .headlines-info h1 a {
  font-size: 38px;
  color: #142f65;
  height: 40px;
}

.page--city .headlines .headlines-info a {
  display: flex;
  align-items: center;
  height: 32px;
}

.page--city .headlines .headlines-info a .iconfont {
  font-size: 12px;
  margin-right: 8px;
  margin-top: 2px;
}

.page--city .headlines .headlines-info a p {
  color: #434343;
}

.page--city .headlines .headlines-info a:hover p,
.page--city .headlines .headlines-info a:hover .iconfont {
  color: #516bd2;
}

.page--city .other-info {
  height: 456px;
  display: flex;
  justify-content: space-between;
}

.page--city .other-info .right {
  width: 400px;
  margin-left: auto;
}

.page--city .other-info .news-swiper {
  width: 844px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin: 0;
}

.page--city .other-info .news-swiper .swiper-slide {
  box-sizing: border-box;
  padding: 2px;
}

.page--city .other-info .news-swiper .swiper-slide .news-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
}

.page--city .other-info .news-swiper .swiper-slide .news-info p {
  height: 142px;
  margin-top: 308px;
  box-sizing: border-box;
  padding: 90px 140px 24px 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(
          to bottom,
          transparent 0%,
          rgba(0, 0, 0, 0.5) 100%
  );
}

.page--city .other-info .news-swiper .news-pagination {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  padding-right: 50px;
  bottom: 32px;
}

.page--city .other-info .complaint {
  width: 400px;
  font-weight: bold;
  color: #303030;
}

.page--city .other-info .complaint p {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.page--city .other-info .complaint p:first-child .iconfont {
  box-sizing: border-box;
  padding-bottom: 4px;
}

.page--city .other-info .complaint hr {
  border-color: #2c4299;
  margin: 12px 0;
  transform: scaleY(0.5);
  opacity: 0.3;
}

.page--city .other-info .complaint .blue {
  color: #2c4299;
}

.page--city .other-info .complaint .song {
  font-style: italic;
}

.page--city .other-info .complaint .iconfont {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border: 1px solid #2c4299;
  border-radius: 50%;
  margin-right: 16px;
}

.page--city .other-info .complaint .complaint-entrance {
  display: block;
  height: 346px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 2px;
  margin-top: 26px;
}

.page--city .other-info .complaint .complaint-entrance .entrance-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page--city .focus-news {
  height: 64px;
  display: flex;
  align-items: center;
  margin: 22px 0 24px;
  border: solid #f1f1f1;
  border-width: 1px 0;
}

.page--city .focus-news .mini-title {
  margin-left: -4px;
  flex-shrink: 0;
  margin-right: 14px;
}

.page--city .focus-news .news-box {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 25px 0 47px;
  height: 22px;
  border-left: 1px solid #ededed;
}

.page--city .focus-news .swiper-slide {
  width: auto;
}

.page--city .focus-news .focus-item {
  font-weight: lighter;
  color: #000;
  box-sizing: border-box;
  padding: 0 28px 0 18px;
  position: relative;
  display: inline-block;
}

.page--city .focus-news .focus-item:hover {
  color: #516bd2;
}

.page--city .focus-news .focus-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8000f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page--city .news-group {
  margin-top: 26px;
}

.page--city .news-group .left,
.page--city .news-group .center,
.page--city .news-group .right {
  width: 407px;
}

.page--city .news-group .two-thirds {
  width: 844px;
}

.page--city .news-group .two-thirds .news-list {
  width: 490px;
}

.page--city .news-group .two-thirds .news-list li:first-child {
  margin-bottom: 18px;
}

.page--city .news-group .two-thirds .news-list li:first-child hr {
  margin-top: 10px;
  border-color: #393939;
  opacity: 0.3;
  transform: scaleY(0.2);
}

.page--city .news-group .two-thirds .news-list li:first-child h3 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 8px;
}

.page--city .news-group .two-thirds .news-list li:first-child p {
  line-height: 24px;
  font-size: 14px;
  font-weight: lighter;
  color: #393939;
}

.page--city .news-group .two-thirds .news-list li:first-child a:hover h3,
.page--city .news-group .two-thirds .news-list li:first-child a:hover p {
  color: #516bd2;
}

.page--city .news-group .item-container {
  display: flex;
  justify-content: space-between;
}

.page--city .news-group .item-container .item-img {
  width: 328px;
  height: 214px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 2px;
}

.page--city .news-group .item-container .item-img .img-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page--city .news-group .new-complaint {
  margin-bottom: 12px;
}

.page--city .news-group .advertisement {
  height: 234px;
}

.page--city .news-group .small {
  height: 106px;
  margin-top: 10px;
}

/* 投诉 */
.page--complaint {
  width: 1280px;
  margin: 20px auto 0;
}

.page--complaint .advertisement {
  height: 380px;
}

.page--complaint .complaint-content {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 38px;
}

.page--complaint .complaint-content .left {
  width: 848px;
}

.page--complaint .complaint-content .left .menu {
  height: 54px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page--complaint .complaint-content .left .menu ul {
  display: flex;
  align-items: center;
  height: 38px;
}

.page--complaint .complaint-content .left .menu ul li {
  /*margin-right: 50px;*/
  margin-right: 25px;
}

.page--complaint .complaint-content .left .menu ul .current {
  position: relative;
}

.page--complaint .complaint-content .left .menu ul .current a {
  color: #2c4299;
}

.page--complaint .complaint-content .left .menu ul .current::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #2c4299;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.page--complaint .complaint-content .left .menu .search-box {
  width: 354px;
  height: 42px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 0 16px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page--complaint .complaint-content .left .menu .search-box input {
  width: 350px;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 40px;
}

.page--complaint .complaint-content .left .menu .search-box .iconfont {
  font-size: 20px;
  color: #7a7a7a;
}

.page--complaint .complaint-content .left .complaint-form {
  box-sizing: border-box;
  padding: 65px 88px 88px 0;
  background: #edeef4;
}

.page--complaint .complaint-content .left .complaint-form .layui-form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.page--complaint .complaint-content .left .complaint-form .layui-form-label {
  width: 132px;
  box-sizing: border-box;
  padding: 0 10px 0;
  font-weight: lighter;
  color: #757575;
  font-size: 16px;
  line-height: 52px;
}

.page--complaint .complaint-content .left .complaint-form .layui-input-block {
  width: calc(100% - 132px);
  margin: 0;
  display: flex;
}

.page--complaint
.complaint-content
.left
.complaint-form
.layui-input-block
.layui-btn {
  height: 52px;
  border-radius: 4px;
  background: #2c4299;
  padding: 0;
  width: 120px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: lighter;
}

.page--complaint
.complaint-content
.left
.complaint-form
.layui-input-block
.upload {
  background: #d5d5d5;
  color: #565656;
  margin-left: 0;
}

.page--complaint
.complaint-content
.left
.complaint-form
.layui-input-block
.submit {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  margin-left: 0;
}

.page--complaint .complaint-content .left .complaint-form .layui-input {
  height: 52px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
  padding: 0 24px;
}

.page--complaint
.complaint-content
.left
.complaint-form
.layui-input::placeholder {
  color: #757575;
}

.page--complaint .complaint-content .left .complaint-form .layui-textarea {
  height: 168px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
  padding: 18px 24px;
}

.page--complaint
.complaint-content
.left
.complaint-form
.layui-textarea::placeholder {
  color: #757575;
}

.page--complaint .complaint-content .left .complaint-form .file-list {
  display: flex;
}

.page--complaint .complaint-content .left .complaint-form .file-list li {
  width: 80px;
  text-align: center;
  margin-right: 10px;
}

.page--complaint .complaint-content .left .complaint-form .file-list li p {
  font-size: 12px;
  color: #1f1f1f;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page--complaint .complaint-content .left .complaint-form .exts {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
}

.page--complaint .complaint-content .left .complaint-form .exts span {
  color: #d8000f;
}

.page--complaint .complaint-content .left .complaint-list {
  margin-top: 44px;
}

.page--complaint .complaint-content .left .complaint-list li {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
}

.page--complaint .complaint-content .left .complaint-list .item-title {
  display: flex;
  align-items: flex-start;
}

.page--complaint .complaint-content .left .complaint-list .item-title h1 {
  flex-shrink: 0;
  /*font-size: 24px;*/
  font-size: 16px;
  line-height: 26px;
  color: #191919;
  max-width: 720px;
}

.page--complaint .complaint-content .left .complaint-list .item-title .date {
  font-size: 16px;
  color: #302f2f;
  margin-left: auto;
  line-height: 18px;
  margin-top: 8px;
}

.page--complaint .complaint-content .left .complaint-list .user-info {
  display: flex;
  margin-top: 14px;
}

.page--complaint .complaint-content .left .complaint-list .user-info p {
  font-size: 16px;
  color: #302f2f;
  margin-right: 24px;
}

.page--complaint .complaint-content .left .complaint-list .complaint-container {
  font-weight: lighter;
  font-size: 14px;
  color: #171717;
  line-height: 24px;
  margin: 24px 0;
}

.page--complaint .complaint-content .left .complaint-list .file {
  display: flex;
  flex-wrap: wrap;
}

.page--complaint .complaint-content .left .complaint-list .file a {
  font-size: 14px;
  text-decoration: underline;
  color: #2c4299;
  line-height: 24px;
  margin-right: 20px;
}

.page--complaint .complaint-content .left .page-list {
  padding: 0;
  margin-top: 40px;
}

.page--complaint .complaint-content .left .reply {
  box-sizing: border-box;
  padding: 18px 24px 34px;
  background: #edeef4;
  border-radius: 2px;
  margin-top: 24px;
}

.page--complaint .complaint-content .left .reply p {
  font-size: 16px;
  color: #0c0c0c;
  line-height: 26px;
}

.page--complaint .complaint-content .left .reply .reply-container {
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  color: #171717;
  margin-top: 8px;
}

.page--complaint .complaint-content .right {
  width: 400px;
}

.page--complaint .complaint-content .right h1 {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 28px;
  font-size: 22px;
}

.page--complaint .complaint-content .right h1 img {
  width: 24px;
  margin-right: 4px;
}

.page--complaint .complaint-content .right .person-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 28px;
}

.page--complaint .complaint-content .right .person-info .info-base {
  display: flex;
}

.page--complaint
.complaint-content
.right
.person-info
.info-base
.head-portrait {
  width: 92px;
  height: 92px;
  box-sizing: border-box;
  border: 4px solid #f2f6fa;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.page--complaint
.complaint-content
.right
.person-info
.info-base
.head-portrait
img {
  width: 100%;
}

.page--complaint .complaint-content .right .person-info .info-base p {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 38px;
}

.page--complaint .complaint-content .right .person-info .info-base .name {
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 36px;
}

.page--complaint .complaint-content .right .person-info .info-base a {
  display: inline-block;
  flex-shrink: 0;
  width: 62px;
  height: 30px;
  border-radius: 8px;
  background: #d5d5d5;
  font-size: 14px;
  font-weight: lighter;
  color: #1e1e1e;
  text-align: center;
  line-height: 30px;
  margin-top: 42px;
}

.page--complaint .complaint-content .right .person-info .info-base a:hover {
  background: #2c4299;
  color: #fff;
}

.page--complaint .complaint-content .right .person-info .info-desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  color: #1e1e1e;
  margin-top: 10px;
}

/* 行业 */
.page--industry {
  width: 1280px;
  margin: 16px auto 0;
}

.page--industry .news-swiper {
  height: 456px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.page--industry .news-swiper .swiper-slide {
  box-sizing: border-box;
  padding: 2px;
}

.page--industry .news-swiper .swiper-slide .slide-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.page--industry .news-swiper .swiper-slide .slide-img p {
  height: 142px;
  margin-top: 308px;
  box-sizing: border-box;
  padding: 90px 140px 24px 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(
          to bottom,
          transparent 0%,
          rgba(0, 0, 0, 0.5) 100%
  );
}

.page--industry .news-swiper .news-pagination {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  padding-right: 50px;
  bottom: 32px;
}

.page--industry .news-left .industry-news li {
  margin-top: 40px;
}

.page--industry .news-left .industry-news li a {
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(236, 237, 238, 0.15);
  color: #0e0e0e;
}

.page--industry .news-left .industry-news li a h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 18px;
}

.page--industry .news-left .industry-news li a p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 26px;
}

.page--industry .news-left .industry-news li a .date {
  line-height: 32px;
  font-weight: normal;
  margin-top: 12px;
}

.page--industry .news-left .industry-news li a:hover {
  color: #516bd2;
}

.page--industry .news-right .hot-first {
  background-color: #f9f9f9;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 8px;
}

.page--industry .news-right .hot-first .title {
  font-size: 16px;
  font-weight: bold;
  color: #393939;
}

.page--industry .news-right .hot-first .desc {
  font-size: 14px;
  line-height: 24px;
  color: #393939;
  font-weight: lighter;
  margin-top: 4px;
}

/* 尾页 */
.page--last {
  width: 1280px;
  margin: 20px auto 0;
}

.page--last .breadcrumb {
  text-align: right;
}

.page--last .page-container {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.page--last .page-container .left-aside {
  width: 256px;
}

.page--last .page-container .left-aside li {
  margin-bottom: 1px;
}

.page--last .page-container .left-aside a {
  display: flex;
  height: 66px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 48px;
  background-color: #edeef4;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #0e0e0e;
}

.page--last .page-container .left-aside a span {
  margin-left: auto;
  display: none;
  font-size: 14px;
  font-weight: lighter;
}

.page--last .page-container .left-aside a:hover {
  background-color: #2c4299;
  border-color: #2c4299;
  color: #fff;
}

.page--last .page-container .left-aside .current a {
  background-color: #2c4299;
  border-color: #2c4299;
  color: #fff;
}

.page--last .page-container .left-aside .current a span {
  display: inline-block;
}

.page--last .page-container .right-content {
  width: 992px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #f9f9f9;
}

.page--last .page-container .right-content h1 {
  font-size: 22px;
  line-height: 36px;
  color: #3e3e3e;
  position: relative;
  margin-bottom: 30px;
}

.page--last .page-container .right-content h1::after {
  content: "";
  width: 24px;
  height: 3px;
  background: #3e3e3e;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.page--last .page-container .right-content .info p {
  font-size: 16px;
  line-height: 30px;
  color: #3e3e3e;
  margin-bottom: 26px;
}

.page--last .page-container .right-content .info img {
  max-width: 100%;
  margin: 4px 0 30px;
}

.page--last .page-container .right-content .contact p {
  font-size: 16px;
  line-height: 30px;
  color: #3e3e3e;
}

.page--last .page-container .right-content .contact .map {
  margin-top: 28px;
  height: 370px;
}

.page--last .page-container .right-content .recruit {
  margin-top: 56px;
}

.page--last
.page-container
.right-content
.recruit
li:last-child
.recruit-name {
  border-width: 1px 1px;
}

.page--last
.page-container
.right-content
.recruit
li:last-child
.recruit-container {
  border-width: 0 1px 1px;
}

.page--last .page-container .right-content .recruit .recruit-name {
  height: 65px;
  box-sizing: border-box;
  border: solid #f1f1f1;
  border-width: 1px 1px 0;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 34px;
  color: #1c1c1c;
}

.page--last .page-container .right-content .recruit .recruit-name .name {
  font-weight: bold;
  flex-grow: 1;
  box-sizing: border-box;
  padding-right: 20px;
  color: #1c1c1c;
}

.page--last .page-container .right-content .recruit .recruit-name .date {
  margin-right: 40px;
}

.page--last .page-container .right-content .recruit .recruit-name .icon {
  width: 12px;
  height: 12px;
  position: relative;
}

.page--last .page-container .right-content .recruit .recruit-name .icon i {
  display: block;
  height: 2px;
  background: #1c1c1c;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.page--last
.page-container
.right-content
.recruit
.recruit-name
.icon
i:last-child {
  left: 50%;
  margin-left: -5px;
  transform: rotate(90deg);
  opacity: 1;
}

.page--last .page-container .right-content .recruit .recruit-container {
  box-sizing: border-box;
  padding: 30px 128px 40px 36px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  color: #1c1c1c;
  display: none;
}

.page--last .page-container .right-content .recruit .recruit-container div {
  margin-bottom: 20px;
}

.page--last .page-container .right-content .recruit .recruit-container h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.page--last .page-container .right-content .recruit .recruit-container p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
}

.page--last .page-container .right-content .recruit .show-container {
  margin-bottom: 10px;
}

.page--last .page-container .right-content .recruit .show-container .name {
  color: #2c4299;
}

.page--last
.page-container
.right-content
.recruit
.show-container
.icon
i:last-child {
  left: 0;
  margin-left: 0;
  transform: rotate(0);
  opacity: 0;
}

.crumbs :hover {
  color: red;
}

.copyright-box {
  width: 96%;
  padding: 2%;
  border: 2px dashed rgba(211,211,211);
  background-color: rgba(245,245,245);
}
.copyright-box p {
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  text-indent: 0 !important;
}

